“PHP Watch Movies Script” Documentation by “crivion” v2.9
“PHP Watch Movies Script”
Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
Table of Contents
- Installing database
- Installing script
- Configure Website Title & Admin Credentials
- Admin Area Overview
- Configure Social Login
- Upgrading from 2.8 to 2.9
- Changing Theme Colors
A) Installing DATABASE - top
- Go to your hosting Control Panel and point to the database manager (like PHPMyAdmin)
- Create a MySQL database and ASSIGN a MySQL User to it.
Go to phpMyAdmin and the database you've just created.
Import the file located into "database_upload/db.sql" folder.
- Step two is to open application/config/database.php with any text editor and update mysql database connection info
LINES 51 TO 54

B) Installing the SCRIPT - top
- Connect to your hosting and upload the extracted zip file folder of the script to your domain. (must be under either root or subdomain. No subfolders please.)
- Make sure .htaccess file is included otherwise the script will mallfunction as the file is required to do the mod_rewrite SEO friendly URL's job
C) Configure Website Title & Admin Credentials - top
- Navigate to application/config/config.php and the same you did for the database file Open with a text editor.
- For the admin credentials edit lines 5 & 6
-
For the site title edit line 7

D) Admin Area Overview - top
- Navigate to your-website-url.com/admin and login with the credentials you've just configured earlier.
- Adding new movies: : navigate to Add movies tab. If you wish, if available you can enter the IMDB URL and the informations should automatically be completed.
- Movie Links & Tabs : go to movies tab and click "X links". You will have an option to add more links, approve (if any pending) or edit/remove a specific movie/tv show links.
- TOS Page: Point to TOS tab & there's a text area accepting HTML tags as well
- Configure ADS:Point to ADS tab & there's a text area accepting HTML tags as well
E) Configure Social Login - top
Note
If you want to disable social login just edit application/views/sidebar.php and remove the login buttons!
Last step is to create your Facebook Application & Twitter Application and insert the API Keys
Update the API keys in the following file application/config/hybridauthlib.php
If you don't have your app created yet you can look at these videos on how to setup apps :
IMPORTANT Twitter Callback URL:
http://yoursite.com/hauth/login/Twitter
For FB it's not required.
E) Upgrading from version v2.8 to v2.9! - top
What's new:
-
Autocomplete issue when adding TV shows fixed.
For upgrading from version v2.8 to v2.9 download the latest zip, extract it.
Look in
UPGRADE/ folder for
instructions.html
E) Changing Theme Colors - top
Simply open application/views/header.php with your text editor and find this line.

And enter the new stylesheet name:
Green Example
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>css/style-green.css" /><br /><br />
Use the following available colors:
css/style.css
css/style-green.css
css/style-midnight-blue.css ( default now )
css/style-orange.css
css/style-pomegranate.css
css/style-yellow.css
Alex Crivion
Go To Table of Contents